Newer Lowrance models can use waypoint comments, so write them.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 14 Jan 2008 21:11:20 +0000 (21:11 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 14 Jan 2008 21:11:20 +0000 (21:11 +0000)
gpsbabel/lowranceusr.c
gpsbabel/reference/lowrance.usr

index 0664cdd56de22046a56bc61526194eb2152ecca8..308805b1661e988f123ec6ce63e4bc0b1e0b8eaa 100644 (file)
@@ -682,7 +682,7 @@ lowranceusr_waypt_disp(const waypoint *wpt)
        /**
         * Comments aren't used by the iFinder yet so they just take up space...
         */
-       if (0 && wpt->description && strcmp(wpt->description, wpt->shortname) != 0) {
+       if (wpt->description && strcmp(wpt->description, wpt->shortname) != 0) {
                comment = xstrdup(wpt->description);
                TextLen = strlen(comment);
                my_fwrite4(&TextLen, file_out);
index 32b2ea607f0f12385a04786ca713d70456d34f61..26350d0292457fd874791cdd7e32be69f2700ee3 100644 (file)
Binary files a/gpsbabel/reference/lowrance.usr and b/gpsbabel/reference/lowrance.usr differ